home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ect32250.zip / ECTOOL32.EX_ / 0 / RCDATA / TEDITORDIALOG / TEDITORDIALOG.txt
Text File  |  1997-04-19  |  10KB  |  425 lines

  1. object EditorDialog: TEditorDialog
  2.   Left = 11
  3.   Top = 4
  4.   Hint = 'Message Editor'
  5.   BorderStyle = bsDialog
  6.   Caption = 'Message Editor'
  7.   ClientHeight = 438
  8.   ClientWidth = 611
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 13
  19.   object Memo1: TRichEdit
  20.     Left = 8
  21.     Top = 160
  22.     Width = 593
  23.     Height = 257
  24.     TabStop = False
  25.     Font.Color = clBlack
  26.     Font.Height = -12
  27.     Font.Name = 'Courier New'
  28.     Font.Style = []
  29.     Lines.Strings = (
  30.       'Memo1')
  31.     ParentFont = False
  32.     ScrollBars = ssVertical
  33.     TabOrder = 0
  34.     WantTabs = True
  35.   end
  36.   object HintPanel: TStatusBar
  37.     Left = 0
  38.     Top = 421
  39.     Width = 611
  40.     Height = 17
  41.     Panels = <
  42.       item
  43.         Width = 500
  44.       end>
  45.     SimplePanel = False
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 8
  49.     Top = 8
  50.     Width = 593
  51.     Height = 113
  52.     BevelOuter = bvLowered
  53.     TabOrder = 2
  54.     object Label4: TLabel
  55.       Left = 32
  56.       Top = 16
  57.       Width = 31
  58.       Height = 13
  59.       Caption = 'Mail to'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object Label3: TLabel
  67.       Left = 25
  68.       Top = 40
  69.       Width = 38
  70.       Height = 13
  71.       Caption = 'Address'
  72.       FocusControl = EditAddress
  73.       Font.Color = clBlack
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object Label2: TLabel
  80.       Left = 27
  81.       Top = 64
  82.       Width = 36
  83.       Height = 13
  84.       Caption = 'Subject'
  85.       FocusControl = EditSubject
  86.       Font.Color = clBlack
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.     end
  92.     object Label1: TLabel
  93.       Left = 384
  94.       Top = 8
  95.       Width = 64
  96.       Height = 13
  97.       Caption = 'Carbon Copy '
  98.       Font.Color = clBlack
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.     end
  104.     object Label5: TLabel
  105.       Left = 384
  106.       Top = 58
  107.       Width = 59
  108.       Height = 13
  109.       Caption = 'Attachments'
  110.     end
  111.     object EditRecipient: TEdit
  112.       Left = 72
  113.       Top = 16
  114.       Width = 217
  115.       Height = 21
  116.       Hint = 'The recipient email address'
  117.       Font.Color = clBlack
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       TabOrder = 0
  123.       Text = 'EditRecipient'
  124.     end
  125.     object addressbutton: TButton
  126.       Left = 296
  127.       Top = 16
  128.       Width = 17
  129.       Height = 41
  130.       Hint = 'Open the address book'
  131.       Caption = '?'
  132.       TabOrder = 1
  133.       OnClick = addressbuttonClick
  134.     end
  135.     object EditAddress: TEdit
  136.       Left = 72
  137.       Top = 40
  138.       Width = 217
  139.       Height = 21
  140.       Hint = 'The recipient email address'
  141.       Font.Color = clBlack
  142.       Font.Height = -11
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = []
  145.       ParentFont = False
  146.       TabOrder = 2
  147.       Text = 'EditAddress'
  148.     end
  149.     object EditSubject: TEdit
  150.       Left = 72
  151.       Top = 64
  152.       Width = 217
  153.       Height = 21
  154.       Hint = 'The subject of the message'
  155.       Font.Color = clBlack
  156.       Font.Height = -11
  157.       Font.Name = 'MS Sans Serif'
  158.       Font.Style = []
  159.       ParentFont = False
  160.       TabOrder = 3
  161.       Text = 'EditSubject'
  162.     end
  163.     object EditSignature: TCheckBox
  164.       Left = 72
  165.       Top = 88
  166.       Width = 89
  167.       Height = 17
  168.       Hint = 'If check, the program add your signature'
  169.       Caption = 'Add Signature'
  170.       TabOrder = 4
  171.     end
  172.     object EditSaveCopy: TCheckBox
  173.       Left = 184
  174.       Top = 88
  175.       Width = 89
  176.       Height = 17
  177.       Hint = 'If checked a copy will be saved after sending'
  178.       Caption = 'Save a copy'
  179.       State = cbChecked
  180.       TabOrder = 5
  181.     end
  182.     object AttachGameButton: TButton
  183.       Left = 328
  184.       Top = 72
  185.       Width = 49
  186.       Height = 33
  187.       Hint = 'Attach the current ECT file (game) to the message'
  188.       Caption = 'Game >'
  189.       TabOrder = 6
  190.       OnClick = AttachGameButtonClick
  191.     end
  192.     object EditCarbonCopy: TListBox
  193.       Left = 384
  194.       Top = 24
  195.       Width = 137
  196.       Height = 33
  197.       Hint = 'List of additional recipients'
  198.       TabStop = False
  199.       Font.Color = clBlack
  200.       Font.Height = -11
  201.       Font.Name = 'MS Sans Serif'
  202.       Font.Style = []
  203.       ItemHeight = 13
  204.       ParentFont = False
  205.       TabOrder = 7
  206.     end
  207.     object FindCarbonCopyButton: TButton
  208.       Left = 528
  209.       Top = 24
  210.       Width = 33
  211.       Height = 17
  212.       Hint = 'Open the address book'
  213.       Caption = '?'
  214.       ParentShowHint = False
  215.       ShowHint = True
  216.       TabOrder = 8
  217.       OnClick = FindCarbonCopyButtonClick
  218.     end
  219.     object ClearCarbonCopyButton: TButton
  220.       Left = 528
  221.       Top = 40
  222.       Width = 33
  223.       Height = 17
  224.       Hint = 'Clear the carbon copy list'
  225.       Caption = 'Clear'
  226.       Font.Color = clBlack
  227.       Font.Height = -11
  228.       Font.Name = 'MS Sans Serif'
  229.       Font.Style = []
  230.       ParentFont = False
  231.       TabOrder = 9
  232.       OnClick = ClearCarbonCopyButtonClick
  233.     end
  234.     object EditAttachments: TListBox
  235.       Left = 384
  236.       Top = 72
  237.       Width = 137
  238.       Height = 33
  239.       Hint = 'List of files attached to the message'
  240.       TabStop = False
  241.       Font.Color = clBlack
  242.       Font.Height = -11
  243.       Font.Name = 'MS Sans Serif'
  244.       Font.Style = []
  245.       ItemHeight = 13
  246.       ParentFont = False
  247.       TabOrder = 10
  248.     end
  249.     object FindAttachmentsbutton: TButton
  250.       Left = 528
  251.       Top = 72
  252.       Width = 33
  253.       Height = 17
  254.       Hint = 'Open a file select dialog'
  255.       Caption = '?'
  256.       TabOrder = 11
  257.       OnClick = FindAttachmentsbuttonClick
  258.     end
  259.     object ClearAttachmentsButton: TButton
  260.       Left = 528
  261.       Top = 88
  262.       Width = 33
  263.       Height = 17
  264.       Hint = 'Clear the attachments list'
  265.       Caption = 'Clear'
  266.       TabOrder = 12
  267.       OnClick = ClearAttachmentsButtonClick
  268.     end
  269.   end
  270.   object Panel2: TPanel
  271.     Left = 72
  272.     Top = 128
  273.     Width = 449
  274.     Height = 25
  275.     BevelInner = bvLowered
  276.     BevelOuter = bvNone
  277.     Caption = 'Panel2'
  278.     TabOrder = 3
  279.     object CutToClipboardButton: TButton
  280.       Left = 0
  281.       Top = 0
  282.       Width = 57
  283.       Height = 25
  284.       Hint = 
  285.         'Cut the selected text to clipboard. If nothing is selected the c' +
  286.         'ut the whole message'
  287.       Caption = 'Cu&t'
  288.       ParentShowHint = False
  289.       ShowHint = True
  290.       TabOrder = 0
  291.       TabStop = False
  292.       OnClick = CutToClipboardButtonClick
  293.     end
  294.     object PasteFromClipboardButton: TButton
  295.       Left = 56
  296.       Top = 0
  297.       Width = 57
  298.       Height = 25
  299.       Hint = 'Insert the text of the clipboard'
  300.       Caption = '&Paste'
  301.       ParentShowHint = False
  302.       ShowHint = True
  303.       TabOrder = 1
  304.       TabStop = False
  305.       OnClick = PasteFromClipboardButtonClick
  306.     end
  307.     object CopyToClipboardButton: TButton
  308.       Left = 112
  309.       Top = 0
  310.       Width = 57
  311.       Height = 25
  312.       Hint = 
  313.         'Copy the text of message to the clipboard. If nothig selected, a' +
  314.         'll the message is copied'
  315.       Caption = 'C&opy'
  316.       ParentShowHint = False
  317.       ShowHint = True
  318.       TabOrder = 2
  319.       TabStop = False
  320.       OnClick = CopyToClipboardButtonClick
  321.     end
  322.     object MergeButton: TButton
  323.       Left = 168
  324.       Top = 0
  325.       Width = 57
  326.       Height = 25
  327.       Hint = 'Add another game to this message'
  328.       Caption = '&Merge'
  329.       ParentShowHint = False
  330.       ShowHint = True
  331.       TabOrder = 3
  332.       TabStop = False
  333.       OnClick = MergeButtonClick
  334.     end
  335.     object PrintButton: TButton
  336.       Left = 224
  337.       Top = 0
  338.       Width = 57
  339.       Height = 25
  340.       Hint = 'Print the message'
  341.       Caption = 'P&rint'
  342.       Font.Color = clBlack
  343.       Font.Height = -11
  344.       Font.Name = 'MS Sans Serif'
  345.       Font.Style = []
  346.       ParentFont = False
  347.       ParentShowHint = False
  348.       ShowHint = True
  349.       TabOrder = 4
  350.       TabStop = False
  351.       OnClick = PrintButtonClick
  352.     end
  353.     object SaveButton: TButton
  354.       Left = 280
  355.       Top = 0
  356.       Width = 57
  357.       Height = 25
  358.       Hint = 'Save the message to a text file'
  359.       Caption = '&Save '
  360.       Font.Color = clBlack
  361.       Font.Height = -11
  362.       Font.Name = 'MS Sans Serif'
  363.       Font.Style = []
  364.       ParentFont = False
  365.       ParentShowHint = False
  366.       ShowHint = True
  367.       TabOrder = 5
  368.       TabStop = False
  369.       OnClick = SaveToDiskButtonClick
  370.     end
  371.     object QueueButton: TButton
  372.       Left = 336
  373.       Top = 0
  374.       Width = 57
  375.       Height = 25
  376.       Hint = 'Put this message in the queue'
  377.       Caption = '&Queue'
  378.       Font.Color = clBlack
  379.       Font.Height = -11
  380.       Font.Name = 'MS Sans Serif'
  381.       Font.Style = []
  382.       ParentFont = False
  383.       ParentShowHint = False
  384.       ShowHint = True
  385.       TabOrder = 6
  386.       TabStop = False
  387.       OnClick = QueueButtonClick
  388.     end
  389.     object ExitButton: TButton
  390.       Left = 392
  391.       Top = 0
  392.       Width = 57
  393.       Height = 25
  394.       Hint = 'Discard the message and close the editor'
  395.       Caption = '&Close'
  396.       Font.Color = clBlack
  397.       Font.Height = -11
  398.       Font.Name = 'MS Sans Serif'
  399.       Font.Style = []
  400.       ParentFont = False
  401.       ParentShowHint = False
  402.       ShowHint = True
  403.       TabOrder = 7
  404.       TabStop = False
  405.       OnClick = ExitButtonClick
  406.     end
  407.   end
  408.   object SaveDialog: TSaveDialog
  409.     FileEditStyle = fsEdit
  410.     Left = 472
  411.     Top = 208
  412.   end
  413.   object OpenDialog1: TOpenDialog
  414.     FileEditStyle = fsEdit
  415.     Left = 496
  416.     Top = 168
  417.   end
  418.   object msMessage: TmsMessage
  419.     ContentType = 'text/plain'
  420.     ReturnReceipt = False
  421.     Left = 528
  422.     Top = 168
  423.   end
  424. end
  425.